CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ode solving

搜索资源列表

  1. ode

    0下载:
  2. matlab codes for solving ODEs, including euler method, RK methods etc, and some examples.
  3. 所属分类:matlab例程

    • 发布日期:2014-01-16
    • 文件大小:2604
    • 提供者:刘六
  1. Codes1.1

    8下载:
  2. 间断有限元法程序,用间断有限元法求解各种偏微分方程-discontinuous galerkin method codes,for solving different kinds of ODE
  3. 所属分类:Algorithm

    • 发布日期:2017-03-19
    • 文件大小:1844224
    • 提供者:袁大靖
  1. rk

    0下载:
  2. 荣格库塔法解微分方程组,比matlab自带的ode求解命令更准确,误差更少-Rong-Kutta method for solving differential equations group' s ode to solve than the matlab command comes more accurate, less error
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1368
    • 提供者:杨铭
  1. ode

    0下载:
  2. 基于龙格库塔算法的矩阵微分方程组求解子程序-Runge-Kutta algorithm based on the matrix differential equation solving subroutine
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:590
    • 提供者:清风
  1. hompack90.tar

    0下载:
  2. ! 2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear 3 ! systems of equations by homotopy methods. There are subroutines for 4 ! fixed point, zero finding, and general homotopy curve tracking problems, 5 ! utilizing
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:131760
    • 提供者:LL
  1. ode

    0下载:
  2. 常微分方程求解,主要为拉格朗日插值,比较简单,适合初学者学习使用-Solving ordinary differential equations, mainly for Lagrange interpolation, is relatively simple, suitable for beginners to learn to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:950
    • 提供者:anrui
  1. InitialPValuePODEPSolutions

    0下载:
  2. MATLAB求解ODE方程,里面的WORD文档详细介绍了各文件的作用-MATLAB ODE solving equations, the WORD document which details the role of each document is also loaded.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:13393
    • 提供者:xing yun lin
  1. orbit

    0下载:
  2. 基于matlab编程,给定几对初值,利用ode求解奔月的轨道示意图-Matlab-based programming, given a few of the initial value, the use of ODE solving flying to the moon orbit diagram
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:660
    • 提供者:唐玉小宝
  1. sand

    0下载:
  2. MAIN CODE IN ODE SOLVING EQUATION FOR MATLAB
  3. 所属分类:Project Design

    • 发布日期:2017-04-12
    • 文件大小:694
    • 提供者:mrk
  1. Heuns-ODE

    0下载:
  2. heuns method for solving ode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-26
    • 文件大小:54516
    • 提供者:amin
  1. ode

    0下载:
  2. 四阶龙格库塔算法, 用于微分方程求解,用于工程计算-Fourth-order Runge-Kutta algorithm for solving differential equations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:662
    • 提供者:lq
  1. Numerical-solution-of-ODE

    0下载:
  2.  常微分方程的数值解法:四阶龙格-库塔方法的算法,相应的函数子程序,解决实际问题-Numerical solution of ordinary differential equations: algorithm of the fourth-order runge-kutta method , the corresponding function subroutine, solving practical problems with the method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:576239
    • 提供者:熊莹
  1. Solving.ODEs.with.MATLAB

    0下载:
  2. 详细介绍了matlab中的ODE函数求解偏微分方程组的各种方法,附带示例,适合初学者学习。-Details of the ODE function matlab various methods for solving partial differential equations, with examples, for beginners to learn.
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1221971
    • 提供者:张吱吱
  1. chaos--seidel--jacobi--lnback--ode

    0下载:
  2. 该程序包包含五个代码,均用matlab编写,内容分别是混沌动力系统中,logistics函数随参数a变化周期收敛图像;以及seidel,jacobi两种迭代法求解线性方程组;以及常微分方程求解乒乓球运动轨迹;以及用newton向后插值法估计lnx函数值的源文件。-This package contains five codes are written in matlab, the contents are chaotic dynamical systems, logistics function
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1264
    • 提供者:杨文昌
  1. rk4_2

    0下载:
  2. 四阶龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。本程序为4阶龙格-库塔法的matlab文件,用于 和系统ODE函数对比求解微分方程。-Runge- Kutta (Runge-Kutta) method is a widely used in engineering high-precision single-step algorithm. The procedure for the fourth-order Runge- Kutta method matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:711
    • 提供者:mike
  1. ODE-with-Numerical-Methods

    1下载:
  2. (单步和多步)数值方法求解一阶常微分方程。 方法包括: 1.欧拉方法 2.修的方法 3.四阶龙格库塔方法 4.Adams-Bashforth方法 5.Adams-Moulton方法-Numerical Methods (single step and multi step) for solving First Order Ordinary Differential Equations. Methods included: 1. Euler s Method
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-16
    • 文件大小:6144
    • 提供者:付晓强
  1. untitledpws

    0下载:
  2. solving of an ordinary differential eq un matlab
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:17408
    • 提供者:reza72
  1. ode with matlab

    0下载:
  2. L. F. Shampine, I. Gladwell, S. Thompson-Solving ODEs with MATLAB-Cambridge University Press (2003)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:1042432
    • 提供者:aylaetan
  1. 欧拉法

    0下载:
  2. 常微分方程数值解法:欧拉法,并将其应用于自由落体问题(here is the matlab code for solving the ordinary differential equation by using the Eular method. besides, the author also gave an example for testing.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:小JJJJJ
  1. Solving DDEs with Matlab

    0下载:
  2. 利用matlab求解时滞微分方程。常微分方程(ODE)和延迟微分方程(DDE)被用来描述许多有趣的现象。 虽然ODE包含依赖于自变量(“时间”)的当前值的解决方案的衍生物,但DDE还包含衍生物,其依赖于前一时间的解决方案。 在整个科学模型中出现了DDE [1]。 尽管ODE和DDE之间存在明显的相似性,但DDE问题的解决方案可能与ODE问题的解决方案在几个引人注目的重要方面存在差异[2] [20]。 这部分是因为缺乏用于解决DDE的通用软件。(Solving Delay Differential
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:825344
    • 提供者:数学游击队
« 12 3 »
搜珍网 www.dssz.com